Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Shanghai revision #604

Merged
merged 2 commits into from
Jun 28, 2021
Merged

Add Shanghai revision #604

merged 2 commits into from
Jun 28, 2021

Conversation

gumb0
Copy link
Member

@gumb0 gumb0 commented May 31, 2021

No description provided.

@codecov
Copy link

codecov bot commented Jun 28, 2021

Codecov Report

Merging #604 (5556ebb) into master (17fd712) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #604      +/-   ##
==========================================
+ Coverage   95.70%   95.71%   +0.01%     
==========================================
  Files          24       24              
  Lines        3954     3971      +17     
==========================================
+ Hits         3784     3801      +17     
  Misses        170      170              

@chfast chfast marked this pull request as ready for review June 28, 2021 11:37
const auto sn = evmc_get_instruction_names_table(EVMC_SHANGHAI);
const auto ln = evmc_get_instruction_names_table(EVMC_LONDON);

for (int op{OP_STOP}; op <= OP_SELFDESTRUCT; ++op)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still think this should go by 0x00 .. 0xff and not the instruction names.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, added here.

@chfast chfast merged commit bdcf0d0 into master Jun 28, 2021
@chfast chfast deleted the shanghai branch June 28, 2021 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants